@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#000;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #0061ae;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	line-height:24px;
	overflow-x: hidden;
} 
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
/*头部*/
header{	
	position: relative;
	z-index: 30;
}
@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
}

.logo{
	margin: 25px 0px 0px 30px;
	float: left;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	display: block;
}

.nav{
	float: right;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color:#000;
	padding:0px 17px;
}
.nav>li>a:hover{
	color: #0061ae;
	background: none;
}
.nav>li.active>a{
	color: #0061ae;
	background: none;
}
.nav>li:nth-child(2)>a{
	background: url(../images/nav_icon.png) no-repeat calc(100% - 5px) center;
	background: url(../images/nav_icon.png) no-repeat -webkit-calc(100% - 5px) center;
	background: url(../images/nav_icon.png) no-repeat -moz-calc(100% - 5px) center;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	display: none;
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	font-size: 14px;
	display: block;
	height: 30px;
	line-height: 30px;
}



@media (max-width: 1199px) {
	.nav>li>a{
		padding: 0px 12px;
		font-size: 15px;
	}
	.nav>li:nth-child(2)>a{
		background: url(../images/nav_icon.png) no-repeat right center;
	}
}



#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}

#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #0061AE;
    text-decoration: none;
    color:#fff;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
	header .nav{
		display: none;
	}
	.logo img{
		width: 180px;
	}
	.logo{
		margin: 15px 0px 0px 0px;
	}
	#navToggle{
		display: block;
	}
	
}
@media only screen and (max-width:991px ) {
	header.container{
		width: 100%;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 720px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:720px !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #0061AE !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #535255;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 40px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*关于我们*/
.about{
	margin-top: 75px;
	overflow: hidden;
	margin-bottom: 75px;
}
.about_img{
	float: left;
	width: 394px;
}
.about_img img{
	display: block;
	width: 100%;
}
.about_right{
	float: right;
	width: calc(100% - 414px);
	width: -webkit-calc(100% - 414px);
	width: -moz-calc(100% - 414px);
	padding-top: 20px;
}
.about_title{
	margin-bottom: 20px;
}
.about_title h3{
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	color: #000;
}
.about_title h4{
	height: 24px;
	line-height: 24px;
	width: 123px;
	font-size: 14px;
	color: #000;
	text-align: center;
	background: url(../images/about_line.png) no-repeat center;
}
.about_nr{
	margin-bottom: 30px;
}
.about_more{
	display: block;
	width: 158px;
	height: 36px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #787878;
	font-size: 14px;
	color: #000 !important;
}
@media only screen and (max-width:1199px ) {
	.about_right{
		padding-top: 0px;
	}
	.about{
		margin: 55px auto;
	}
}
@media only screen and (max-width:991px ) {
	.about_img{
		width: 50%;
	}
	.about_right{
		width: calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
	}
	.about_title{
		margin-bottom: 10px;
	}
	.about_nr{
		margin-bottom: 10px;
	}
	.about{
		margin: 40px auto;
	}
}
@media only screen and (max-width:767px ) {
	.about_img{
		float: none;
		width: 100%;
		max-width: 394px;
		margin: 0 auto 20px;
	}
	.about{
		margin: 30px auto;
	}
	.about_right{
		float: none;
		width: 100%;
		max-width: 394px;
		margin: 0 auto;
	}
	.about_more{
		margin: 0 auto;
	}
	.about_title{
		text-align: center;
	}
	.about_title h3{
		font-size: 25px;
	}
	.about_title h4{
		width: 100%;
	}
}

/*行业领导者*/
.leader_wrap{
	width: 100%;
	background: #0D1518;
	color: #fff;
	padding: 38px 0px;
}
.leader_left{
	width: 300px;
	text-align: center;
	float: left;
}
.leader_left h3{
	height: 45px;
	line-height: 45px;
	font-size: 28px;
	text-transform: uppercase;
}
.leader_left h4{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.leader_right{
	float: left;
	width: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
}
.leader_right li{
	width: 33.33%;
	text-align: center;
	float: left;
}
.leader_right li h3{
	height: 45px;
	line-height: 45px;
	font-size: 28px;
}
.leader_right li h4{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
@media only screen and (max-width:767px ) {
	.leader_wrap{
		padding: 25px 0px;
	}
	.leader_left{
		float: none;
		width: 100%;
	}
	.leader_left h3{
		height: 35px;
		line-height: 35px;
		font-size: 24px;
		text-transform: uppercase;
	}
	.leader_left h4{
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.leader_right{
		float: none;
		width: 100% !important;
		margin-top: 20px;
	}
	.leader_right li h3{
		height: 35px;
		line-height: 35px;
		font-size: 24px;
	}
	.leader_right li h4{
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
}

/*产品展示*/
.pro_wrap{
	width: 100%;
	background: url(../images/pro_wrap.jpg) no-repeat center;
	padding: 100px 0px;
}
.pro_box{
	background: #fff;
	padding: 10px;
	border: 1px solid #F6F8FA;
}
.pro_left{
	float: left;
	padding-top: 30px;
}
.pro_title{
	margin-bottom: 30px;
}
.pro_title h3{
	font-size: 32px;
	color: #000;
	line-height: 40px;
	text-transform: uppercase;
}
.pro_title h4{
	line-height: 28px;
	font-size: 18px;
	color: #0061ae;
	padding-left: 10px;
}
.pro_text{
	margin-bottom: 30px;
	padding-left: 15px;
}
.pro_more{
	display: block;
	width: 114px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 14px;
	color: #fff !important;
	background: #305DC3;
	margin-left: 15px;
}
.pro_img{
	float: right;
	width: calc(100% - 323px);
	width: -webkit-calc(100% - 323px);
	width: -moz-calc(100% - 323px);
}
.pro_img img{
	display: block;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.pro_left{
		float: none;
		width: 100%;
		padding-top: 10px;
		margin-bottom: 20px;
	}
	.pro_title h3{
		font-size: 25px;
	}
	.pro_title{
		margin-bottom: 10px;
	}
	.pro_img{
		float: none;
		width: 100%;
	}
	.pro_wrap{
		background-size: cover ;
	}
	.pro_text{
		margin-bottom: 10px;
	}
	.pro_wrap{
		padding: 50px 0px;
	}
}
@media only screen and (max-width: 767px){
	.pro_wrap{
		padding: 0px;
	}
	
}

/*公司新闻*/
.news_container{
	margin: 50px auto;
	overflow: hidden;
}
.index_news_title{
	height: 55px;
	line-height: 55px;
	background: url(../images/news_title_line.png) no-repeat left bottom;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.news_left{
	float: left;
	width: 479px;
}
.news_left a{
	display: block;
	width: 100%;
}
.news_left a img{
	display: block;
	width: 100%;
}
.news_box{
	background: #305DC3;
	color: #fff;
	padding: 15px 20px 25px;
	overflow: hidden;
}
.news_box .news_date{
	width: 100px;
	text-align: center;
	float: left;
	padding-top: 10px;
}
.news_box .news_date h3{
	font-size: 36px;
	line-height: 50px;
}
.news_box .news_date h4{
	line-height: 30px;
}
.news_box .news_nr{
	float: right;
	width: calc(100% - 110px);
	width: -webkit-calc(100% - 110px);
	width: -moz-calc(100% - 110px);
}
.news_box .news_nr h4{
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_box .news_nr p{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news_right{
	float: right;
	width: calc(100% - 495px);
	width: -webkit-calc(100% - 495px);
	width: -moz-calc(100% - 495px);
}
.news_first{
	margin-bottom: 20px;
	overflow: hidden;
}
.first_box{
	float: left;
	width: calc(100% - 100px);
}
.first_box h4{
	height: 46px;
	line-height: 45px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.first_box h4 a{
	font-size: 16px;
}
.first_ms{
	line-height: 24px;
	color: #666;
	max-height: 72px;
	overflow: hidden;
}
.news_first .news_date{
	float: right;
	width: 90px;
	text-align: center;
	padding-top: 10px;
}
.news_first .news_date h3{
	font-size: 36px;
	line-height: 50px;
}
.news_first .news_date h4{
	line-height: 30px;
	font-size: 14px;
}
.news_list{
	
}
.news_list li{
	margin-bottom: 13px;
	height: 51px;
	line-height: 50px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}
.news_list li a{
	display: block;
	float: left;
	height: 50px;
	overflow: hidden;
	max-width: calc(100% - 95px);
	max-width: -webkit-calc(100% - 95px);
	max-width: -moz-calc(100% - 95px);
	font-size: 16px;
}
.news_list li span{
	display: block;
	float: right;
	width: 90px;
	text-align: center;
}
.n_more{
	display: block;
	margin: 0 auto;
	width: 104px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	color: #000 !important;
	border: 1px solid #000;
	text-align: center;
	margin-top: 50px;
}
@media only screen and (max-width:991px ) {
	.news_left{
		width: 100%;
		max-width: 479px;
		float: none;
		margin:0 auto;
	}
	.news_right{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.news_container{
		margin:30px auto;
	}
	.index_news_title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.news_box{
		padding: 15px;
	}
	.n_more{
		margin-top: 40px;
	}
}
@media only screen and (max-width:767px ) {
	.news_box .news_date{
		width: 80px;
	}
	.news_box .news_nr{
		width: calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
	}
	.news_box .news_date h3{
		font-size: 28px;
	}
	.news_box .news_date h4{
		font-size: 16px;
	}
	.first_box .news_date{
		width: 80px;
	}
	.first_box{
		width: calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
	}
	.first_box h4{
		height: 36px;
		line-height: 35px;
		overflow: hidden;
	}
	.news_first{
		margin-bottom: 10px;
	}
	.news_list li{
		margin-bottom: 0px;
		height: 41px;
		line-height: 40px;
	}
	.news_list li a{
		height: 40px;
		font-size: 15px;
	}
	.news_list li span{
		width: 80px;
	}
	.index_news_title{
		height: 45px;
		line-height: 45px;
	}
	.index_news_title{
		font-size: 20px;
	}
	.n_more{
		margin-top: 25px;
	}
}


/*底部内容*/
footer{
	width: 100%;
	position: relative;
	background: url(../images/contact_bg.png) no-repeat center;
	color: #fff;
	padding-top: 10px;
}
.contact_title{
	text-align: center;
	margin-bottom: 30px;
}
.contact_title h3{
	font-size: 38px;
	line-height: 60px;
}
.contact_title h4{
	font-size: 16px;
	line-height: 40px;
}
.feedback_box{
	float: left;
	width: 55%;
}
.feedback_ul li{
	overflow: hidden;
	margin-bottom: 20px;
}
.feedback_ul li input[type="text"]{
	width: 32%;
	margin-right: 2%;
	display: block;
	float: left;
	background: none;
	height: 43px;
	line-height: 21px;
	padding: 10px;
	border: 1px solid #fff;
}
.feedback_ul li input[type="text"]:last-child{
	margin-right: 0px;
}
.feedback_ul li textarea{
	width: 100%;
	height: 180px;
	border: 1px solid #fff;
	background: none;
	padding: 10px;
	resize: none;
	overflow: auto;
}
.feedback_ul li input[type="submit"]{
	width: 140px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: none;
	border: 1px solid #fff;
}
.contact_right{
	width: calc(45% - 30px);
	width: -webkit-calc(45% - 30px);
	width: -moz-calc(45% - 30px);
	float: right;
	line-height: 30px;
}
.contact_right h4{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 30px;
}
.copyright{
	text-align: center;
	line-height: 28px;
	padding: 10px 0px;
	margin-top: 10px;
}
@media only screen and (max-width:991px ) {
	.contact_title h3{
		line-height: 40px;
		font-size: 30px;
	}
	.contact_title{
		margin-bottom: 20px;
	}
	.copyright{
		margin-top: 0px;
	}
}
@media only screen and (max-width:767px ) {
	.feedback_ul li{
		margin-bottom: 10px;
	}
	.feedback_ul li input[type="text"]{
		margin-right: 0px;
		float: none;
		width: 100%;
		height: 33px;
		line-height: 21px;
		padding: 5px 10px;
		margin-bottom: 10px;
	}
	.feedback_ul li input[type="text"]:last-child{
		margin-bottom: 0px;
	}
	.feedback_ul li textarea{
		height: 100px;
	}
	.feedback_box{
		float: none;
		width: 100%;
	}
	.contact_right{
		float: none;
		width: 100%;
	}
	footer{
		background-size: cover;
	}
}



.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 70px auto;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}


/*左侧*/
.main_left{
	float: left;
	width: 23%;
}
.left_title{
	color: #fff;
	background: #0061AE;
	position: relative;
	text-align: center;
	padding: 15px 10px;
}
.left_title h3{
	line-height: 36px;
	font-size: 22px;
	font-weight: bold;
}
.left_title h4{
	line-height: 26px;
	font-size: 16px;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
@media only screen and (max-width:991px ) {
	.left_title h3{
		line-height: 26px;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
	}
	.left_title h4{
		display: none;
	}
}
.left_ul li{
	margin-top: 4px;
}
.left_ul li a{
	display: block;
	height: 49px;
	line-height: 47px;
	border: 1px solid #5A5A64;
	text-align: center;
}
.left_ul li a:hover,.left_ul li a:focus{
	color: #fff;
	background: #4C90C6;
	border: 1px solid #4C90C6;
}
.left_ul li.active a{
	color: #fff;
	background: #4C90C6;
	border: 1px solid #4C90C6;
}
.left_contact{
	margin-top: 30px;
}
.left_contact img{
	display: block;
	width: 100%;
}
.contact_nr{
	border:1px solid #55555F;
	padding: 15px 10px;
	font-size: 16px;
	line-height: 30px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
}

.main_right{
	float: right;
	width: 73%;
}	
.main_right img{
	width: 100%;
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
	}
	.left_ul{
		display: none;
	}
	.left_contact{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.left_title{
		padding-left: 20px;
		font-size: 18px;
	}
}
@media (max-width: 767px){
	
	.left_ul li{
		height: 45px;
		line-height: 45px;
	}
	.left_ul li a{
		height: 45px;
		line-height: 45px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
}

.pro_ul{
	overflow: hidden;
}
.pro_ul li{
	margin-bottom: 10px;
}
.pro_a{
	display: block;
	margin: 0 auto;
	max-width: 298px;
	overflow: hidden;
}
.pro_image{
	display: block;
	overflow: hidden;
}
.pro_image img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.pro_a:hover .pro_image img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.pro_a p{
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.inside_img{
	float: left;
	width: 48%;
	text-align: center;
}
.inside_img img{
	width: 100%;
	max-width: 448px;
}
.inside_ms{
	float: right;
	width: 48%;
	line-height: 24px;
	font-size: 14px;
}
@media only screen and (max-width:767px ) {
	.inside_img{
		float: none;
		width: 100%;
	}
	.inside_ms{
		float: none;
		width: 100%;
		max-width: 448px;
		margin: 20px auto 0px;
	}
}
.news_ul li{
	padding: 10px 0px;
	border-bottom: 1px dashed #E5E5E5;
}
.list_news{
	overflow: hidden;
	padding: 8px;
}
.list_date{
	float: left;
	height: 144px;
	width: 144px;
	border: 3px solid #dcdcdc;
	text-align: center;
	padding-top: 15px;
	color: #666;
}
.list_date h4{
	line-height: 30px;
	font-size: 20px;
}
.list_date h3{
	line-height: 80px;
	font-size: 72px;
}
.list_right{
	float: right;
	width: calc(100% - 174px);
	width: -webkit-calc(100% - 174px);
	width: -moz-calc(100% - 174px);
	overflow: hidden;
}
.list_right h4{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.list_right h4 a{
	font-size: 18px;
}
.list_right h5{
	font-size: 14px;
	color: #666;
	display: none;
	line-height: 30px;
}
.list_ms{
	margin-top: 15px;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
}
.list_more{
	display: block;
	float: right;
	text-decoration: underline;
}
.list_news:hover{
	background: #004AAE;
}
.list_news,.list_news .list_date,.list_news .list_right h4 a,.list_news .list_ms,.list_news .list_more,.list_right h5{
	transition: all 0.3s;
}
.list_news:hover .list_date,.list_news:hover .list_right h4 a,.list_news:hover .list_ms,.list_news:hover .list_more,.list_news:hover .list_right h5{
	color: #fff;
}
@media only screen and (max-width:767px ) {
	.list_date{
		display: none;
	}
	.list_right{
		float: none;
		width: 100%;
	}
	.list_ms{
		margin-top: 5px;
	}
	.list_right h5{
		display: block;
	}
}



@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page_box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page_box a,.page_box span{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 10px;
	color: #969696;
	margin:0px 3.5px;
}
.page_box span.current{
	color:#fff;
	background:#0061AE;
	border: 1px solid #0061AE;
}
.news_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;	
	color:#181616;
	margin-top: 20px;
}
.news_content{
	margin: 20px 0px;
	font-size: 14px;
	min-height: 200px;
}
.news_content img{
	max-width: 850px;
}
@media only screen and (max-width:767px ) {
	.news_content img{
		width: 100%;
	}
}

.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}


.message{
	margin-top:35px;
	margin-bottom:95px;
}
.message_title{
	position:relative;
	margin-bottom:30px;
}
.message_title>h3{
	font-size:36px;
	line-height:36px;
	color:#000000;
	position:relative;
	z-index:1;
	font-weight:normal;
}
.message_title>span{
	font-size:40px;
	line-height:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#dadada;
	display:block;
	position:absolute;
	top:-15px;
	left:78px;
}
form{
	overflow:hidden
}
.form-feed{
	
}
.form-feed>input[type=text]{
	border:1px solid #cecece;
	width:100%;
	height:40px;
	padding:16px 0px 14px 14px;
	margin-right:27px;
	margin-bottom:32px;

}
.form-feed>textarea{
	border:1px solid #cecece;
	width:100%;
	height:109px;
	padding:10px 0px 0px 14px;
}
.form-feed>input[type=submit]{
	display:block;
	width:280px;
	height:45px;
	background:#0061AE;
	color:#ffffff;
	border:none;
	margin:24px auto 0px;
	cursor:pointer;
}





